Sharp Stuff
Switchblades Icepicks and german knives
Evil gear
Christmas is almost here
PHP Gallery
PHP Gallery is a free php image script.
Till death do us part
Axels New Music releases

here are some of the best and useful php scripts and snippets to help in your projects. Php displayed below. Use the search for specific script lookups. Click the category links to view scripts in Javascript and cgi. To add your own script click the link and add your useful script example.

dynamic build menu from delimited file csv database row value
menu function
<?php
    
foreach( $this_array as $p_menu => $p_data){
foreach(
$p_data as $item => $i_data){
//print_r($i_data);
echo "<a href=\"{$i_data['url']}\">"
echo "{$i_data['name']}</a> ";
}
}
?>


Add your comment.













No comments yet

Search ScriptsnTips


Php JavaScripts CGI/Perl